home *** CD-ROM | disk | FTP | other *** search
- <HTML>
-
- <HEAD>
-
- <FONT FACE="verdana,arial,helvetica" SIZE=2>
-
- <TITLE>New England States</title>
-
- </HEAD>
-
- <BODY BGCOLOR="#FFFFFF">
-
- <H2>NEW ENGLAND</H2>
-
-
-
- <P>Click on a state <BR>
-
- to see <BR>
-
- its population <BR>
-
- and area <BR>
-
- information.</P>
-
- <P>
-
- <OBJECT ID="statelist"
-
- CLASSID="clsid:333C7BC4-460F-11D0-BC04-0080C7055A83"
-
- BORDER="0" WIDTH="0" HEIGHT="0">
-
- <PARAM NAME="DataURL" VALUE="newengld.txt">
-
- <PARAM NAME="UseHeader" VALUE="True">
-
- </OBJECT>
-
- <P>
-
- <IMG ID="Maine" STYLE="container:positioned;position:absolute;TOP:10pt;
-
- LEFT:300px;WIDTH:64px;HEIGHT:96px;ZINDEX:1;" src="Maine.jpg">
-
- <IMG ID="Vermont" STYLE="container:positioned;position:absolute;TOP:30pt;
-
- LEFT:240px;WIDTH:32px;HEIGHT:64px;ZINDEX:6;" src="Vermont.jpg">
-
- <IMG ID="New Hampshire" STYLE="container:positioned;position:absolute;TOP:30pt;
-
- LEFT:270px;WIDTH:32px;HEIGHT:64px;ZINDEX:3;" src="New Hampshire.jpg">
-
- <IMG ID="Massachusetts" STYLE="container:positioned;position:absolute;TOP:80pt;
-
- LEFT:230px;WIDTH:96px;HEIGHT:48px;ZINDEX:2;" src="Massachusetts.jpg">
-
- <IMG ID="Connecticut" STYLE="container:positioned;position:absolute;TOP:100pt;
-
- LEFT:220px;WIDTH:64px;HEIGHT:32px;ZINDEX:4;" src="Connecticut.jpg">
-
- <IMG ID="Rhode Island" STYLE="container:positioned;position:absolute;TOP:100pt;
-
- LEFT:270px;WIDTH:32px;HEIGHT:32px;ZINDEX:5;" src="Rhode Island.jpg">
-
- <TABLE><TR><TD>
-
- <IMG ID=Picture SRC="Maine.jpg" BORDER=4 HEIGHT=128 WIDTH=128 ALIGN=RIGHT>
-
- </TD><TD>
-
- <SPAN ID=state DATASRC=#statelist DATAFLD="State">
-
- </SPAN>is the
-
- <SPAN ID=pr DATASRC=#statelist DATAFLD="Pop_Rank">
-
- </SPAN> largest state in population in New England with
-
- <SPAN ID=pop DATASRC=#statelist DATAFLD="Population">
-
- </SPAN> people reported in the 1990 US Census.
-
- <P>
-
- <SPAN ID=state2 DATASRC=#statelist DATAFLD="State">
-
- </SPAN> is the
-
- <SPAN ID=ar DATASRC=#statelist DATAFLD="Area_Rank">
-
- </SPAN> largest state in New England with
-
- <SPAN ID=area DATASRC=#statelist DATAFLD="Area">
-
- </SPAN> square kilometers.
-
- </TD></TR></TABLE>
-
- <SCRIPT language=JavaScript>
-
- var srcElement
-
- function documentClick() {
-
- srcElement = window.event.srcElement;
-
- if (srcElement.id=="Maine") {
-
- statelist.recordset.AbsolutePosition = 1;
-
- } else {
-
- if (srcElement.id=="Vermont") {
-
- statelist.recordset.AbsolutePosition = 2;
-
- } else {
-
- if (srcElement.id=="New Hampshire") {
-
- statelist.recordset.AbsolutePosition = 3;
-
- } else {
-
- if (srcElement.id=="Massachusetts") {
-
- statelist.recordset.AbsolutePosition = 4;
-
- } else {
-
- if (srcElement.id=="Rhode Island") {
-
- statelist.recordset.AbsolutePosition = 5;
-
- } else {
-
- if (srcElement.id=="Connecticut") {
-
- statelist.recordset.AbsolutePosition = 6;
-
- }
-
- }
-
- }
-
- }
-
- }
-
- }
-
- Picture.src = srcElement.id + ".jpg";
-
- }
-
-
-
- document.onclick = documentClick;
-
-
-
- </SCRIPT>
-
- </FONT>
-
- </BODY>
-
- </HTML>
-
-